home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / EMPRESAS.DIR / 00039.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  407 b   |  22 lines

  1. on sistemas
  2.   puppetSprite(43, 1)
  3.   set the castNum of sprite 43 to 140
  4. end
  5.  
  6. on negsis
  7.   puppetSprite(44, 1)
  8.   puppetSprite(45, 1)
  9.   if rollOver(44) = 1 then
  10.     set the castNum of sprite 44 to 236
  11.   end if
  12.   if rollOver(44) = 0 then
  13.     puppetSprite(44, 0)
  14.   end if
  15.   if rollOver(45) = 1 then
  16.     set the castNum of sprite 45 to 237
  17.   end if
  18.   if rollOver(45) = 0 then
  19.     puppetSprite(45, 0)
  20.   end if
  21. end
  22.